Carbon


chNoBuf

Header: FSM.h

enum {
    chNoBuf = 1,
    chInUse = 2,
    chnotfound = 3,
    chNotInUse = 4
};

Constant descriptions

chNoBuf
chInUse
chnotfound
chNotInUse


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)